Nevron .NET Vision
Nevron.Chart Namespace / NDataSeries<T> Class / FillFromEnumerable Method
the enumerable interface to fill from


In This Topic
    FillFromEnumerable Method
    In This Topic
    The data series is filled from the enumerator which is obtained from the specified enumerable interface.
    Syntax
    'Declaration
     
    
    Public Sub FillFromEnumerable( _
       ByVal enumerable As System.Collections.IEnumerable _
    ) 
    'Usage
     
    
    Dim instance As NDataSeries(Of T)
    Dim enumerable As System.Collections.IEnumerable
     
    instance.FillFromEnumerable(enumerable)
    public void FillFromEnumerable( 
       System.Collections.IEnumerable enumerable
    )

    Parameters

    enumerable
    the enumerable interface to fill from
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also